Change 'git pull' to 'git pull origin master'

Brightcells 8 years ago
parent
commit
1e8664720f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      startup.sh

+ 2 - 2
startup.sh

@@ -9,8 +9,8 @@ source minipai2.conf
9 9
 # Old Version
10 10
 oldversion=$version
11 11
 
12
-# Fetch Remote Refs
13
-git pull
12
+# Fetch Remote Master Branch Refs
13
+git pull origin master
14 14
 
15 15
 # Load New Mini Paiai Configuration
16 16
 source minipai2.conf